home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 101 / Ultra Game Players Magazine, No. 101 - September 1997 (Imagine Publishing, Inc.)(1997).iso / pc / new_ugp.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  162 b   |  8 lines

  1. on mouseUp
  2.   if the platform contains "Macintosh" then
  3.     open("ULTRAGP:Online:Install AOL:Install AOL 3.0.1")
  4.   else
  5.     open("AOL95\Setup95.exe")
  6.   end if
  7. end
  8.